home *** CD-ROM | disk | FTP | other *** search
/ The Book of Tells / The Book of Tells.iso / help.dir / 00003_Script_3 < prev    next >
Text File  |  1994-09-21  |  1KB  |  47 lines

  1. on startMovie
  2.   cursor 200
  3.   puppetSprite 2, TRUE
  4.   puppetSprite 5, TRUE
  5.   puppetSprite 6, TRUE
  6.   puppetSprite 7, TRUE
  7.   puppetSprite 8, TRUE
  8.   puppetSprite 9, TRUE
  9.   puppetSprite 10, TRUE
  10.   puppetSprite 11, TRUE
  11.   puppetSprite 12, TRUE
  12.   puppetSprite 13, TRUE
  13.   puppetSprite 14, TRUE
  14.   puppetSprite 15, TRUE
  15.   puppetSprite 16, TRUE
  16.   puppetSprite 17, TRUE
  17.   puppetSprite 18, TRUE
  18.   puppetSprite 19, TRUE
  19.   puppetSprite 20, TRUE
  20.   puppetSprite 21, TRUE
  21.   
  22.   
  23.   set the visible of sprite 2 to FALSE
  24.   set the visible of sprite 5 to FALSE
  25.   set the visible of sprite 6 to FALSE
  26.   set the visible of sprite 7 to FALSE
  27.   set the visible of sprite 8 to FALSE
  28.   set the visible of sprite 9 to FALSE
  29.   set the visible of sprite 10 to FALSE
  30.   set the visible of sprite 11 to FALSE
  31.   set the visible of sprite 12 to FALSE
  32.   set the visible of sprite 13 to FALSE
  33.   set the visible of sprite 14 to FALSE
  34.   set the visible of sprite 15 to FALSE
  35.   set the visible of sprite 16 to FALSE
  36.   set the visible of sprite 17 to FALSE
  37.   set the visible of sprite 18 to FALSE
  38.   set the visible of sprite 19 to FALSE
  39.   set the visible of sprite 20 to FALSE
  40.   set the visible of sprite 21 to FALSE
  41. end startMovie
  42.  
  43.  
  44. on stopMovie
  45.   cursor -1
  46. end stopMovie
  47.